GET PlanCare2Api/Questionnaires/FilledQuestionnaires?clientIds[0]={clientIds[0]}&clientIds[1]={clientIds[1]}&questionnaireGuid={questionnaireGuid}&filledQuestionnairesStatus={filledQuestionnairesStatus}
Gets filled questionnaires for multiple clients.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientIds |
List of id's for clients. |
Collection of integer |
Required |
| questionnaireGuid |
The id of the questionnaire. |
globally unique identifier |
None |
| filledQuestionnairesStatus |
The status of the filled questionnaire. |
string |
None |
Body Parameters
None.
Response Information
Resource Description
Filled questionnaires for which the user has read permission.
Collection of FilledQuestionnaire| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id. |
integer |
None |
| RelationId |
Id of the relation. |
integer |
None |
| RelationLookUpName |
LookUpName of the relation. |
string |
None |
| ClientId |
Id of the client. |
integer |
Deprecated (unavailable from 21.01.1P): Please use 'RelationId' instead. |
| Status |
Status. |
FilledQuestionnaireStatus |
None |
| StatusDescription |
Description of the status. |
string |
None |
| QuestionnaireGuid |
Guid of the questionnaire. |
globally unique identifier |
None |
| QuestionnaireName |
Name of the questionnaire. |
string |
None |
| QuestionnaireVersion |
Version of the questionnaire. |
string |
None |
| CreatedBy |
CreatedBy. |
string |
None |
| CreatedOn |
CreatedOn. |
date |
None |
| LastChangedBy |
LastChangedBy. |
string |
None |
| LastChangedOn |
LastChangedOn. |
date |
None |
| Locked |
Locked. |
boolean |
None |
| LockedByLoggedOnAccessUser |
LockedByLoggedOnAccessUser. |
boolean |
None |
| LockedBy |
LockedBy. |
string |
None |
| LockedOn |
LockedOn. |
date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.